home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(1) = 1 then
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- end if
- if rollOver(1) = 0 then
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- end if
- if rollOver(2) = 1 then
- set the visible of sprite 7 to 1
- set the visible of sprite 8 to 1
- end if
- if rollOver(2) = 0 then
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- end if
- end
-